home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
homerunboy.swf
/
scripts
/
DefineSprite_372
/
frame_6
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
241 b
|
10 lines
gotoAndPlay("t" + (random("5") + 1));
_parent.balls -= 1;
setMeter(_parent.ballScore_mc,_parent.balls);
if(_parent.balls < 0)
{
_parent.balls = 0;
setMeter(_parent.ballScore_mc,_parent.balls);
_parent.gotoAndStop("win");
}